/*
 * @LastEditTime : 2023-11-13 17:34:17
 * @Description  : 首页-样式
 */
.swiper-button-next,
.swiper-button-prev {
  top: 45%;
}

.common-container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 500px;
  position: relative;
  background-color: #151421;
}

.banner .banner-cover {
  width: 100%;
  height: 100%;
}

.banner .banner-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .banner-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner .banner-container .banner-title {
  font-size: 50px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
}

.banner .banner-container .banner-subtitle {
  font-size: 22px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 23px;
}

.banner .banner-container .banner-btns_wrap {
  margin-top: 5.33%;
  position: relative;
  bottom: initial;
}

.banner .banner-container .banner-btns_wrap .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 13px 34px 12px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  border-radius: 5px;
}

.banner .banner-container .banner-btns_wrap .btn.btn-consult {
  color: #ffffff;
  background: #00a578;
}

.banner .banner-container .banner-btns_wrap .btn.btn-register {
  display: inline-block;
  border: 2px solid #00a578;
  color: #00a578;
  margin-left: 3.333%;
}

.product_function {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.product_function .product_function-container {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 5.5%;
}

.product_function .product_function-container .product_function-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

.product_function .product_function-container .product_function-title::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
  height: 4px;
  background: #00a578;
  border-radius: 40px;
}

.product_function .product_function-container .product_function-tool {
  width: 100%;
  margin-top: 3.91%;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2.5%;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header .tab-header-item {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 18px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #e4e4e4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #333333;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header .tab-header-item.active {
  color: #ffffff;
  background-color: #11b689;
  background-image: url(https://bdn.135editor.com/files/202308/yyzn/images/product_function/tab_selected_backgroud.svg);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-color: transparent;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header .tab-header-item.active .tab-header-item_icon {
  display: none;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header .tab-header-item .tab-header-item_icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header .tab-header-item .tab-header-item_text {
  margin-left: 10px;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  line-height: normal;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content {
  margin-top: 3.333%;
  width: 100%;
  height: 558px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item {
  width: 100%;
  height: 100%;
  -webkit-transition: position 0.2s linear;
  -o-transition: position 0.2s linear;
  -moz-transition: position 0.2s linear;
  transition: position 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item.active {
  z-index: 10;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item[tab-name="tool_tiny"] .list-wrap .list-item {
  background-image: url(https://bdn.135editor.com/files/202308/yyzn/images/product_function/selected_background_tiny.png);
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item[tab-name="tool_tiny"] .list-wrap .list-item .list-item_content {
  width: 50%;
  height: 100%;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6.5%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item[tab-name="tool_tiny"] .list-wrap .list-item .list-item_content .list-item_btns-wrap {
  z-index: 5;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item[tab-name="tool_tiny"] .list-wrap .list-item .list-item_content .list-item_btns-wrap .btn-look_detail {
  margin: 0;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  background-image: url(https://bdn.135editor.com/files/202308/yyzn/images/product_function/gong_neng_background.svg);
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  -webkit-transition: background-image 0.2s linear;
  -o-transition: background-image 0.2s linear;
  -moz-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  background-color: rgba(13, 14, 32, 0.7);
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item:hover .list-item_content {
  background: rgba(0, 0, 0, 0.5);
  color: #00a578;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item:hover .list-item_content .list-item_description {
  color: #00a578;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 39px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  border-radius: 8px;
  font-family: PingFang SC-Regular, PingFang SC;
  -webkit-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_title {
  font-size: 20px;
  font-weight: bold;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_description {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #e4e4e4;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_btns-wrap {
  margin-top: 29px;
  -webkit-transition: display 0.5s linear;
  -o-transition: display 0.5s linear;
  -moz-transition: display 0.5s linear;
  transition: display 0.5s linear;
  position: relative;
  z-index: 5;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_btns-wrap .btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto;
  border: none;
  outline: none;
  padding: 14px 72px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_btns-wrap .btn.btn-look_detail {
  background: #00a578;
  color: #ffffff;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper:hover,
.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper.show {
  opacity: 1;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper {
  width: 100%;
  height: 100%;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-wrapper .swiper-slide.swiper-item.tool-cover .swiper-item_cover {
  background-color: transparent;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-wrapper .swiper-slide.swiper-item .swiper-item_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-wrapper .swiper-slide.swiper-item .swiper-item_contet {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 20%;
  color: #e4e4e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8%;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-wrapper .swiper-slide.swiper-item .swiper-item_contet .swiper-item_title {
  font-size: 20px;
  font-weight: bold;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-wrapper .swiper-slide.swiper-item .swiper-item_contet .swiper-item_description {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-button-prev {
  left: 2px;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-button-next {
  right: 2px;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  padding: 0;
  z-index: 100;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  margin: 0 2px;
  border-radius: 2px;
  background-color: #979797;
}

.product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a578;
}

.product_function .product_function-container .product_function-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.8%;
  margin-bottom: 7.16%;
}

.product_function .product_function-container .product_function-footer .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 13px 34px 12px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  border-radius: 5px;
}

.product_function .product_function-container .product_function-footer .btn.btn-consult {
  color: #ffffff;
  background: #00a578;
}

.product_function .product_function-container .product_function-footer .btn.btn-register {
  display: inline-block;
  border: 2px solid #00a578;
  color: #00a578;
  margin-left: 3.333%;
}

.customer_voice {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #212121;
}

.customer_voice .customer_voice-container {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 5.6%;
  padding-bottom: 6.166%;
}

.customer_voice .customer_voice-container .customer_voice-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

.customer_voice .customer_voice-container .customer_voice-title::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
  height: 4px;
  background: #00a578;
  border-radius: 40px;
}

.customer_voice .customer_voice-container .comment-list-container {
  margin-top: 3.916%;
  width: 100%;
  max-height: 545px;
  overflow-y: auto;
}

.customer_voice .customer_voice-container .comment-list-container::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}

.customer_voice .customer_voice-container .comment-list-container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 0.833vw rgba(0, 0, 0, 0);
}

.customer_voice .customer_voice-container .comment-list-container:hover::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0.833vw #ccc;
}

.customer_voice .customer_voice-container .comment-list-container .comment-list {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.customer_voice .customer_voice-container .comment-list-container .comment-list .list-item {
  width: 100%;
  background: #2f303d;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 8px 20px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.customer_voice .customer_voice-container .comment-list-container .comment-list .list-item+.list-item {
  margin-top: 20px;
}

.customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-avator {
  width: 40px;
  height: 40px;
}

.customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-avator img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-content {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: 17px;
  font-family: PingFang SC-Bold, PingFang SC;
}

.customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-content .list-item-customer_name {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
}

.customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-content .list-item-customer_comment {
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  color: #e4e4e4;
  word-break: break-all;
  line-height: 26px;
}

.customer_case {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.customer_case .customer_case-container {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 5.333%;
  padding-bottom: 3.33%;
}

.customer_case .customer_case-container .customer_case-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

.customer_case .customer_case-container .customer_case-title::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
  height: 4px;
  background: #00a578;
  border-radius: 40px;
}

.customer_case .customer_case-container .case-list_wrap {
  margin-top: 30px;
  width: 100%;
  height: 577px;
  background: #3e3f4a;
  -webkit-box-shadow: 0px 0px 10px 1px #e6e6e6;
  box-shadow: 0px 0px 10px 1px #e6e6e6;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.33% 0 2%;
}

.customer_case .customer_case-container .case-list_wrap .swiper {
  height: 100%;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 57px;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_cover {
  width: 23.16%;
  height: 100%;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container {
  width: 0;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 3.833%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_title-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: PingFang SC-Bold, PingFang SC;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_title-wrap .title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_title-wrap .tag {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  margin-left: 20px;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #2f303d;
  border-radius: 6px;
  padding: 24px 29px 32px 29px;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-title {
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list {
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px 0;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list .detail-list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list .detail-list_item:nth-child(odd) {
  width: 30%;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list .detail-list_item:nth-child(even) {
  width: 70%;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list .detail-list_item .icon {
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list .detail-list_item .text {
  margin-left: 10px;
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #2f303d;
  border-radius: 6px;
  padding: 24px 30px 34px 30px;
  font-family: PingFang SC-Bold, PingFang SC;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list .good-data-list-item {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list .good-data-list-item .data {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list .good-data-list-item .data .num {
  font-size: 33px;
  font-weight: bold;
  color: #00a578;
  margin-right: 4px;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list .good-data-list-item .explain {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-button-prev {
  left: 0;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-button-next {
  right: 0;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-button-prev,
.customer_case .customer_case-container .case-list_wrap .swiper .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-button-prev::after,
.customer_case .customer_case-container .case-list_wrap .swiper .swiper-button-next::after {
  font-size: 20px;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-pagination {
  bottom: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-pagination .swiper-pagination-bullet {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 27px;
  height: 27px;
  border-radius: 4px;
  color: #ffffff;
  background: #2f303d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  opacity: 1;
  margin: 0;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 20px;
}

.customer_case .customer_case-container .case-list_wrap .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a578;
}

.mod-8 .mod-8-pic {
  margin-bottom: 20px;
}

.mod-8 .mod-8-title {
  font-size: 16px;
  color: #43484c;
  margin-bottom: 20px;
}

.mod-8 .mod-8-msg {
  font-size: 14px;
  color: #979ca2;
  margin-bottom: 8px;
}

.cooperative-brand {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 40px;
}

.cooperative-brand .container .list-wrap {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.cooperative-brand .container .list-wrap .img-list {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.cooperative-brand .container .list-wrap .img-list+.img-list {
  margin-top: 30px;
}

.cooperative-brand .container .list-wrap .img-list .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.cooperative-brand .container .list-wrap .img-list .container img {
  width: 180px;
}

/**
 *
 * 移动端适配处理
 *
*/
@media (max-width: 768px) {
  .mod-2-content h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .mod-1-content {
    left: 10%;
    font-size: 12px;
  }

  .mod-1-content h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 -5px 0 #4b4c54;
  }

  .mod-1-content p {
    margin-bottom: 5px;
  }

  .mod-2 {
    padding: 20px 0;
    background: #f5f8fa;
  }

  .mod-2-content {
    top: 10px;
    left: 0;
    padding: 5px;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }

  .mod-2-content h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }

  .mod-2-content p {
    color: #98a0aa;
    margin-bottom: 0;
  }

  .mod-9 img {
    margin-bottom: 10px;
    width: 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 40%;
  }

  .common-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .banner {
    width: 100%;
    height: 186px;
  }

  .banner .banner-container .banner-title {
    font-size: 14px;
  }

  .banner .banner-container .banner-subtitle {
    font-size: 12px;
    margin-top: 10px;
  }

  .banner .banner-container .banner-btns_wrap .btn {
    font-size: 12px;
    padding: 6px 12px;
  }

  .product_function .product_function-container .product_function-title {
    font-size: 15px;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header .tab-header-item {
    padding: 8px 0;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header .tab-header-item .tab-header-item_icon {
    width: 14px;
    height: 14px;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-header .tab-header-item .tab-header-item_text {
    font-size: 12px;
    margin-left: 2px;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: none;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item {
    width: 100%;
    height: 340px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(https://bdn.135editor.com/files/202308/yyzn/images/product_function/gong_neng_background.svg);
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item+.list-item {
    margin-top: 10px;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content {
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.5);
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_title {
    font-size: 16px;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_description {
    font-size: 12px;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_btns-wrap {
    margin-top: 8px;
    z-index: 5;
  }

  .product_function .product_function-container .product_function-tool .tool-tab_wrap .tab-content .tab-content-item .list-wrap .list-item .list-item_content .list-item_btns-wrap .btn {
    font-size: 12px;
    padding: 4px 8px;
  }

  .product_function .product_function-container .product_function-footer .btn {
    font-size: 12px;
    padding: 6px 12px;
  }

  .customer_voice .customer_voice-container .customer_voice-title {
    font-size: 15px;
  }

  .customer_voice .customer_voice-container .comment-list-container {
    max-height: 300px;
  }

  .customer_voice .customer_voice-container .comment-list-container .comment-list .list-item {
    padding: 7px 8px 10px 10px;
  }

  .customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-avator {
    width: 30px;
    height: 30px;
  }

  .customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-content {
    margin-left: 10px;
  }

  .customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-content .list-item-customer_name {
    line-height: 30px;
    font-size: 14px;
  }

  .customer_voice .customer_voice-container .comment-list-container .comment-list .list-item .list-item-content .list-item-customer_comment {
    font-size: 12px;
    line-height: 20px;
  }

  .customer_case .customer_case-container .customer_case-title {
    font-size: 15px;
  }

  .customer_case .customer_case-container .case-list_wrap {
    margin-top: 14px;
    height: 300px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper {
    padding-bottom: 24px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_title-wrap .title {
    font-size: 14px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_title-wrap .tag {
    font-size: 12px;
    margin-left: 6px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail {
    padding: 10px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-title {
    font-size: 14px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list {
    gap: 4px 0;
    margin-top: 6px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list .detail-list_item .icon {
    width: 14px;
    height: 14px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_activity-detail .detail-list .detail-list_item .text {
    font-size: 12px;
    margin-left: 2px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data {
    padding: 10px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-title {
    font-size: 14px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list {
    margin-top: 6px;
    gap: 6px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list .good-data-list-item {
    min-width: 48%;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list .good-data-list-item .data {
    font-size: 12px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list .good-data-list-item .data .num {
    font-size: 14px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-wrapper .swiper-slide.case-list-item .case-list-item_container .case-list-item_good-data .good-data-list .good-data-list-item .explain {
    font-size: 12px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-button-prev::after,
  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-button-next::after {
    font-size: 14px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-pagination {
    padding-top: 10px;
  }

  .customer_case .customer_case-container .case-list_wrap .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    min-width: inherit;
    height: 18px;
    font-size: 12px;
  }
}